home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
unpack.bat
< prev
Wrap
DOS Batch File
|
1991-02-25
|
317b
|
13 lines
REM unpack the sources into the current dir and the smp files into dir SMP
REM The STK source code
stksrc
REM The Sprite Editor source code
spredsrc
REM The StarMines and sprshow source code
demosrc
md smp
cd smp
REM Sprite maps for StarMines and other examples (must be in SMP subdirectory)
..\smp
cd ..